| Keysight.Visa Namespace > RegisterBasedSession Class > MoveOut8 Method : MoveOut8(AddressSpace,Int64,Byte[]) Method |
'DeclarationPublic Overloads Sub MoveOut8( _ ByVal space As AddressSpace, _ ByVal destinationOffset As Long, _ ByVal sourceBuffer() As Byte _ )
'UsageDim instance As RegisterBasedSession Dim space As AddressSpace Dim destinationOffset As Long Dim sourceBuffer() As Byte instance.MoveOut8(space, destinationOffset, sourceBuffer)
public void MoveOut8( AddressSpace space, long destinationOffset, byte[] sourceBuffer )
public: void MoveOut8( AddressSpace space, int64 destinationOffset, array<byte>^ sourceBuffer )
If the session is an instrument (INSTR) session, the destinationOffset parameter specifies a relative offset from the start of the instrument’s address space. If the session is a memory access (MEMACC) session, the destinationOffset parameter is an absolute offset from the start of memory in the specified address space.
All operations on a PXI memory access session that accept a space parameter to indicate the address space for bus access will accept the value Ivi.Visa.AddressSpace.PxiAllocation.
Current with Keysight IO Libraries Suite 18